home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
glibc108.gz
/
glibc108
/
glibc-1.08.1
/
sysdeps
/
mach
/
configure
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-23
|
232 b
|
9 lines
# If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
# config.make.
case z"$with_mach" in
z | zyes) ;; # Not specified, or specified with no value.
z*) config_vars="$config_vars
mach-srcdir = $with_mach" ;;
esac